home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / rayshade-4.0 / fixes / fix024 / libray / libcommon / transform.h.diff < prev    next >
Text File  |  1995-02-13  |  351b  |  13 lines

  1. *** transform.h    Mon Oct 11 15:00:58 1993
  2. --- transform.h.frac    Mon Oct 11 14:47:18 1993
  3. ***************
  4. *** 65,68 ****
  5. --- 65,71 ----
  6.           ScaleMatrix(), ArbitraryMatrix(), CoordSysTransform();
  7.   extern Float    RayTransform();
  8.   
  9. + extern Float    Lipschitz();
  10. + extern int      MatrixEigenvalues(), MatrixScaling(), Uniform();
  11.   #endif /* TRANSFORM_H */
  12.